home *** CD-ROM | disk | FTP | other *** search
/ New Star Software Collection / NSS_Collection.iso / 5-029 turbo debugger and assem / disks.7z / 3 / CHAPXMPL.ARC / TSAMPLE.PAS < prev    next >
Encoding:
Pascal/Delphi Source File  |  1988-08-29  |  59 b   |  5 lines

  1. program TSample;
  2. uses Sample;
  3. begin
  4.   TestSample;
  5. end.